3.15 \(\int \frac {1}{(a+b \csc ^2(c+d x))^{7/2}} \, dx\)

Optimal. Leaf size=180 \[ -\frac {\tan ^{-1}\left (\frac {\sqrt {a} \cot (c+d x)}{\sqrt {a+b \cot ^2(c+d x)+b}}\right )}{a^{7/2} d}+\frac {b (9 a+5 b) \cot (c+d x)}{15 a^2 d (a+b)^2 \left (a+b \cot ^2(c+d x)+b\right )^{3/2}}+\frac {b \left (33 a^2+40 a b+15 b^2\right ) \cot (c+d x)}{15 a^3 d (a+b)^3 \sqrt {a+b \cot ^2(c+d x)+b}}+\frac {b \cot (c+d x)}{5 a d (a+b) \left (a+b \cot ^2(c+d x)+b\right )^{5/2}} \]

[Out]

-arctan(cot(d*x+c)*a^(1/2)/(a+b+b*cot(d*x+c)^2)^(1/2))/a^(7/2)/d+1/5*b*cot(d*x+c)/a/(a+b)/d/(a+b+b*cot(d*x+c)^
2)^(5/2)+1/15*b*(9*a+5*b)*cot(d*x+c)/a^2/(a+b)^2/d/(a+b+b*cot(d*x+c)^2)^(3/2)+1/15*b*(33*a^2+40*a*b+15*b^2)*co
t(d*x+c)/a^3/(a+b)^3/d/(a+b+b*cot(d*x+c)^2)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.18, antiderivative size = 180, normalized size of antiderivative = 1.00, number of steps used = 7, number of rules used = 6, integrand size = 16, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.375, Rules used = {4128, 414, 527, 12, 377, 203} \[ \frac {b \left (33 a^2+40 a b+15 b^2\right ) \cot (c+d x)}{15 a^3 d (a+b)^3 \sqrt {a+b \cot ^2(c+d x)+b}}+\frac {b (9 a+5 b) \cot (c+d x)}{15 a^2 d (a+b)^2 \left (a+b \cot ^2(c+d x)+b\right )^{3/2}}-\frac {\tan ^{-1}\left (\frac {\sqrt {a} \cot (c+d x)}{\sqrt {a+b \cot ^2(c+d x)+b}}\right )}{a^{7/2} d}+\frac {b \cot (c+d x)}{5 a d (a+b) \left (a+b \cot ^2(c+d x)+b\right )^{5/2}} \]

Antiderivative was successfully verified.

[In]

Int[(a + b*Csc[c + d*x]^2)^(-7/2),x]

[Out]

-(ArcTan[(Sqrt[a]*Cot[c + d*x])/Sqrt[a + b + b*Cot[c + d*x]^2]]/(a^(7/2)*d)) + (b*Cot[c + d*x])/(5*a*(a + b)*d
*(a + b + b*Cot[c + d*x]^2)^(5/2)) + (b*(9*a + 5*b)*Cot[c + d*x])/(15*a^2*(a + b)^2*d*(a + b + b*Cot[c + d*x]^
2)^(3/2)) + (b*(33*a^2 + 40*a*b + 15*b^2)*Cot[c + d*x])/(15*a^3*(a + b)^3*d*Sqrt[a + b + b*Cot[c + d*x]^2])

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 203

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTan[(Rt[b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[b, 2]), x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rule 377

Int[((a_) + (b_.)*(x_)^(n_))^(p_)/((c_) + (d_.)*(x_)^(n_)), x_Symbol] :> Subst[Int[1/(c - (b*c - a*d)*x^n), x]
, x, x/(a + b*x^n)^(1/n)] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d, 0] && EqQ[n*p + 1, 0] && IntegerQ[n]

Rule 414

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> -Simp[(b*x*(a + b*x^n)^(p + 1)*(
c + d*x^n)^(q + 1))/(a*n*(p + 1)*(b*c - a*d)), x] + Dist[1/(a*n*(p + 1)*(b*c - a*d)), Int[(a + b*x^n)^(p + 1)*
(c + d*x^n)^q*Simp[b*c + n*(p + 1)*(b*c - a*d) + d*b*(n*(p + q + 2) + 1)*x^n, x], x], x] /; FreeQ[{a, b, c, d,
 n, q}, x] && NeQ[b*c - a*d, 0] && LtQ[p, -1] &&  !( !IntegerQ[p] && IntegerQ[q] && LtQ[q, -1]) && IntBinomial
Q[a, b, c, d, n, p, q, x]

Rule 527

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_.)*((e_) + (f_.)*(x_)^(n_)), x_Symbol] :> -Simp[
((b*e - a*f)*x*(a + b*x^n)^(p + 1)*(c + d*x^n)^(q + 1))/(a*n*(b*c - a*d)*(p + 1)), x] + Dist[1/(a*n*(b*c - a*d
)*(p + 1)), Int[(a + b*x^n)^(p + 1)*(c + d*x^n)^q*Simp[c*(b*e - a*f) + e*n*(b*c - a*d)*(p + 1) + d*(b*e - a*f)
*(n*(p + q + 2) + 1)*x^n, x], x], x] /; FreeQ[{a, b, c, d, e, f, n, q}, x] && LtQ[p, -1]

Rule 4128

Int[((a_) + (b_.)*sec[(e_.) + (f_.)*(x_)]^2)^(p_), x_Symbol] :> With[{ff = FreeFactors[Tan[e + f*x], x]}, Dist
[ff/f, Subst[Int[(a + b + b*ff^2*x^2)^p/(1 + ff^2*x^2), x], x, Tan[e + f*x]/ff], x]] /; FreeQ[{a, b, e, f, p},
 x] && NeQ[a + b, 0] && NeQ[p, -1]

Rubi steps

\begin {align*} \int \frac {1}{\left (a+b \csc ^2(c+d x)\right )^{7/2}} \, dx &=-\frac {\operatorname {Subst}\left (\int \frac {1}{\left (1+x^2\right ) \left (a+b+b x^2\right )^{7/2}} \, dx,x,\cot (c+d x)\right )}{d}\\ &=\frac {b \cot (c+d x)}{5 a (a+b) d \left (a+b+b \cot ^2(c+d x)\right )^{5/2}}-\frac {\operatorname {Subst}\left (\int \frac {5 a+b-4 b x^2}{\left (1+x^2\right ) \left (a+b+b x^2\right )^{5/2}} \, dx,x,\cot (c+d x)\right )}{5 a (a+b) d}\\ &=\frac {b \cot (c+d x)}{5 a (a+b) d \left (a+b+b \cot ^2(c+d x)\right )^{5/2}}+\frac {b (9 a+5 b) \cot (c+d x)}{15 a^2 (a+b)^2 d \left (a+b+b \cot ^2(c+d x)\right )^{3/2}}-\frac {\operatorname {Subst}\left (\int \frac {15 a^2+12 a b+5 b^2-2 b (9 a+5 b) x^2}{\left (1+x^2\right ) \left (a+b+b x^2\right )^{3/2}} \, dx,x,\cot (c+d x)\right )}{15 a^2 (a+b)^2 d}\\ &=\frac {b \cot (c+d x)}{5 a (a+b) d \left (a+b+b \cot ^2(c+d x)\right )^{5/2}}+\frac {b (9 a+5 b) \cot (c+d x)}{15 a^2 (a+b)^2 d \left (a+b+b \cot ^2(c+d x)\right )^{3/2}}+\frac {b \left (33 a^2+40 a b+15 b^2\right ) \cot (c+d x)}{15 a^3 (a+b)^3 d \sqrt {a+b+b \cot ^2(c+d x)}}-\frac {\operatorname {Subst}\left (\int \frac {15 (a+b)^3}{\left (1+x^2\right ) \sqrt {a+b+b x^2}} \, dx,x,\cot (c+d x)\right )}{15 a^3 (a+b)^3 d}\\ &=\frac {b \cot (c+d x)}{5 a (a+b) d \left (a+b+b \cot ^2(c+d x)\right )^{5/2}}+\frac {b (9 a+5 b) \cot (c+d x)}{15 a^2 (a+b)^2 d \left (a+b+b \cot ^2(c+d x)\right )^{3/2}}+\frac {b \left (33 a^2+40 a b+15 b^2\right ) \cot (c+d x)}{15 a^3 (a+b)^3 d \sqrt {a+b+b \cot ^2(c+d x)}}-\frac {\operatorname {Subst}\left (\int \frac {1}{\left (1+x^2\right ) \sqrt {a+b+b x^2}} \, dx,x,\cot (c+d x)\right )}{a^3 d}\\ &=\frac {b \cot (c+d x)}{5 a (a+b) d \left (a+b+b \cot ^2(c+d x)\right )^{5/2}}+\frac {b (9 a+5 b) \cot (c+d x)}{15 a^2 (a+b)^2 d \left (a+b+b \cot ^2(c+d x)\right )^{3/2}}+\frac {b \left (33 a^2+40 a b+15 b^2\right ) \cot (c+d x)}{15 a^3 (a+b)^3 d \sqrt {a+b+b \cot ^2(c+d x)}}-\frac {\operatorname {Subst}\left (\int \frac {1}{1+a x^2} \, dx,x,\frac {\cot (c+d x)}{\sqrt {a+b+b \cot ^2(c+d x)}}\right )}{a^3 d}\\ &=-\frac {\tan ^{-1}\left (\frac {\sqrt {a} \cot (c+d x)}{\sqrt {a+b+b \cot ^2(c+d x)}}\right )}{a^{7/2} d}+\frac {b \cot (c+d x)}{5 a (a+b) d \left (a+b+b \cot ^2(c+d x)\right )^{5/2}}+\frac {b (9 a+5 b) \cot (c+d x)}{15 a^2 (a+b)^2 d \left (a+b+b \cot ^2(c+d x)\right )^{3/2}}+\frac {b \left (33 a^2+40 a b+15 b^2\right ) \cot (c+d x)}{15 a^3 (a+b)^3 d \sqrt {a+b+b \cot ^2(c+d x)}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 1.44, size = 231, normalized size = 1.28 \[ \frac {\csc ^7(c+d x) \left (\frac {\sqrt {2} (a \cos (2 (c+d x))-a-2 b)^{7/2} \log \left (\sqrt {a \cos (2 (c+d x))-a-2 b}+\sqrt {2} \sqrt {a} \cos (c+d x)\right )}{a^{7/2}}+\frac {b \cos (c+d x) (a (-\cos (2 (c+d x)))+a+2 b) \left (135 a^4+480 a^3 b+a^2 \left (45 a^2+60 a b+23 b^2\right ) \cos (4 (c+d x))+709 a^2 b^2-4 a \left (45 a^3+135 a^2 b+117 a b^2+35 b^3\right ) \cos (2 (c+d x))+460 a b^3+120 b^4\right )}{15 a^3 (a+b)^3}\right )}{16 d \left (a+b \csc ^2(c+d x)\right )^{7/2}} \]

Antiderivative was successfully verified.

[In]

Integrate[(a + b*Csc[c + d*x]^2)^(-7/2),x]

[Out]

(Csc[c + d*x]^7*((b*Cos[c + d*x]*(a + 2*b - a*Cos[2*(c + d*x)])*(135*a^4 + 480*a^3*b + 709*a^2*b^2 + 460*a*b^3
 + 120*b^4 - 4*a*(45*a^3 + 135*a^2*b + 117*a*b^2 + 35*b^3)*Cos[2*(c + d*x)] + a^2*(45*a^2 + 60*a*b + 23*b^2)*C
os[4*(c + d*x)]))/(15*a^3*(a + b)^3) + (Sqrt[2]*(-a - 2*b + a*Cos[2*(c + d*x)])^(7/2)*Log[Sqrt[2]*Sqrt[a]*Cos[
c + d*x] + Sqrt[-a - 2*b + a*Cos[2*(c + d*x)]]])/a^(7/2)))/(16*d*(a + b*Csc[c + d*x]^2)^(7/2))

________________________________________________________________________________________

fricas [B]  time = 3.36, size = 1445, normalized size = 8.03 \[ \text {result too large to display} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b*csc(d*x+c)^2)^(7/2),x, algorithm="fricas")

[Out]

[-1/120*(15*((a^6 + 3*a^5*b + 3*a^4*b^2 + a^3*b^3)*cos(d*x + c)^6 - a^6 - 6*a^5*b - 15*a^4*b^2 - 20*a^3*b^3 -
15*a^2*b^4 - 6*a*b^5 - b^6 - 3*(a^6 + 4*a^5*b + 6*a^4*b^2 + 4*a^3*b^3 + a^2*b^4)*cos(d*x + c)^4 + 3*(a^6 + 5*a
^5*b + 10*a^4*b^2 + 10*a^3*b^3 + 5*a^2*b^4 + a*b^5)*cos(d*x + c)^2)*sqrt(-a)*log(128*a^4*cos(d*x + c)^8 - 256*
(a^4 + a^3*b)*cos(d*x + c)^6 + 160*(a^4 + 2*a^3*b + a^2*b^2)*cos(d*x + c)^4 + a^4 + 4*a^3*b + 6*a^2*b^2 + 4*a*
b^3 + b^4 - 32*(a^4 + 3*a^3*b + 3*a^2*b^2 + a*b^3)*cos(d*x + c)^2 + 8*(16*a^3*cos(d*x + c)^7 - 24*(a^3 + a^2*b
)*cos(d*x + c)^5 + 10*(a^3 + 2*a^2*b + a*b^2)*cos(d*x + c)^3 - (a^3 + 3*a^2*b + 3*a*b^2 + b^3)*cos(d*x + c))*s
qrt(-a)*sqrt((a*cos(d*x + c)^2 - a - b)/(cos(d*x + c)^2 - 1))*sin(d*x + c)) + 8*((45*a^5*b + 60*a^4*b^2 + 23*a
^3*b^3)*cos(d*x + c)^5 - 5*(18*a^5*b + 39*a^4*b^2 + 28*a^3*b^3 + 7*a^2*b^4)*cos(d*x + c)^3 + 15*(3*a^5*b + 9*a
^4*b^2 + 10*a^3*b^3 + 5*a^2*b^4 + a*b^5)*cos(d*x + c))*sqrt((a*cos(d*x + c)^2 - a - b)/(cos(d*x + c)^2 - 1))*s
in(d*x + c))/((a^10 + 3*a^9*b + 3*a^8*b^2 + a^7*b^3)*d*cos(d*x + c)^6 - 3*(a^10 + 4*a^9*b + 6*a^8*b^2 + 4*a^7*
b^3 + a^6*b^4)*d*cos(d*x + c)^4 + 3*(a^10 + 5*a^9*b + 10*a^8*b^2 + 10*a^7*b^3 + 5*a^6*b^4 + a^5*b^5)*d*cos(d*x
 + c)^2 - (a^10 + 6*a^9*b + 15*a^8*b^2 + 20*a^7*b^3 + 15*a^6*b^4 + 6*a^5*b^5 + a^4*b^6)*d), 1/60*(15*((a^6 + 3
*a^5*b + 3*a^4*b^2 + a^3*b^3)*cos(d*x + c)^6 - a^6 - 6*a^5*b - 15*a^4*b^2 - 20*a^3*b^3 - 15*a^2*b^4 - 6*a*b^5
- b^6 - 3*(a^6 + 4*a^5*b + 6*a^4*b^2 + 4*a^3*b^3 + a^2*b^4)*cos(d*x + c)^4 + 3*(a^6 + 5*a^5*b + 10*a^4*b^2 + 1
0*a^3*b^3 + 5*a^2*b^4 + a*b^5)*cos(d*x + c)^2)*sqrt(a)*arctan(1/4*(8*a^2*cos(d*x + c)^4 - 8*(a^2 + a*b)*cos(d*
x + c)^2 + a^2 + 2*a*b + b^2)*sqrt(a)*sqrt((a*cos(d*x + c)^2 - a - b)/(cos(d*x + c)^2 - 1))*sin(d*x + c)/(2*a^
3*cos(d*x + c)^5 - 3*(a^3 + a^2*b)*cos(d*x + c)^3 + (a^3 + 2*a^2*b + a*b^2)*cos(d*x + c))) - 4*((45*a^5*b + 60
*a^4*b^2 + 23*a^3*b^3)*cos(d*x + c)^5 - 5*(18*a^5*b + 39*a^4*b^2 + 28*a^3*b^3 + 7*a^2*b^4)*cos(d*x + c)^3 + 15
*(3*a^5*b + 9*a^4*b^2 + 10*a^3*b^3 + 5*a^2*b^4 + a*b^5)*cos(d*x + c))*sqrt((a*cos(d*x + c)^2 - a - b)/(cos(d*x
 + c)^2 - 1))*sin(d*x + c))/((a^10 + 3*a^9*b + 3*a^8*b^2 + a^7*b^3)*d*cos(d*x + c)^6 - 3*(a^10 + 4*a^9*b + 6*a
^8*b^2 + 4*a^7*b^3 + a^6*b^4)*d*cos(d*x + c)^4 + 3*(a^10 + 5*a^9*b + 10*a^8*b^2 + 10*a^7*b^3 + 5*a^6*b^4 + a^5
*b^5)*d*cos(d*x + c)^2 - (a^10 + 6*a^9*b + 15*a^8*b^2 + 20*a^7*b^3 + 15*a^6*b^4 + 6*a^5*b^5 + a^4*b^6)*d)]

________________________________________________________________________________________

giac [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b*csc(d*x+c)^2)^(7/2),x, algorithm="giac")

[Out]

Exception raised: TypeError >> An error occurred running a Giac command:INPUT:sage2:=int(sage0,x):;OUTPUT:Warn
ing, integration of abs or sign assumes constant sign by intervals (correct if the argument is real):Check [ab
s(sin(d*t_nostep+c))]Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_n
ostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*
pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sig
n: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to che
ck sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Warning, replacing 0 by ` u`, a substitution variable should perh
aps be purged.Warning, replacing 0 by ` u`, a substitution variable should perhaps be purged.Warning, replacin
g 0 by ` u`, a substitution variable should perhaps be purged.Warning, replacing 0 by ` u`, a substitution var
iable should perhaps be purged.Warning, replacing 0 by ` u`, a substitution variable should perhaps be purged.
Warning, replacing 0 by ` u`, a substitution variable should perhaps be purged.Warning, replacing 0 by ` u`, a
 substitution variable should perhaps be purged.Warning, replacing 0 by ` u`, a substitution variable should p
erhaps be purged.Warning, replacing 0 by ` u`, a substitution variable should perhaps be purged.Warning, integ
ration of abs or sign assumes constant sign by intervals (correct if the argument is real):Check [abs(t_nostep
)]Warning, need to choose a branch for the root of a polynomial with parameters. This might be wrong.Non regul
ar value [0] was discarded and replaced randomly by 0=[15]Warning, need to choose a branch for the root of a p
olynomial with parameters. This might be wrong.Non regular value [0] was discarded and replaced randomly by 0=
[-24]Warning, need to choose a branch for the root of a polynomial with parameters. This might be wrong.Non re
gular value [0] was discarded and replaced randomly by 0=[16]Warning, need to choose a branch for the root of
a polynomial with parameters. This might be wrong.Non regular value [0] was discarded and replaced randomly by
 0=[-59]Warning, need to choose a branch for the root of a polynomial with parameters. This might be wrong.Non
 regular value [0] was discarded and replaced randomly by 0=[-92]Warning, need to choose a branch for the root
 of a polynomial with parameters. This might be wrong.Non regular value [0] was discarded and replaced randoml
y by 0=[80]Evaluation time: 1.23index.cc index_m operator + Error: Bad Argument Value

________________________________________________________________________________________

maple [B]  time = 1.78, size = 4815, normalized size = 26.75 \[ \text {output too large to display} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(a+b*csc(d*x+c)^2)^(7/2),x)

[Out]

1/15/d*sin(d*x+c)^7*(15*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x
+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))
*a^3-15*cos(d*x+c)*(-a)^(1/2)*b^6+15*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)
*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*
a*cos(d*x+c))*b^3+15*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)
^2-a-b)/(1+cos(d*x+c))^2)^(1/2)+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*co
s(d*x+c)^7*a^3+15*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-
a-b)/(1+cos(d*x+c))^2)^(1/2)+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*cos(d
*x+c)^7*b^3+105*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-a-
b)/(1+cos(d*x+c))^2)^(1/2)+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*cos(d*x
+c)^6*a^3+105*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-a-b)
/(1+cos(d*x+c))^2)^(1/2)+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*cos(d*x+c
)^6*b^3+315*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-a-b)/(
1+cos(d*x+c))^2)^(1/2)+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*cos(d*x+c)^
5*a^3+315*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-a-b)/(1+
cos(d*x+c))^2)^(1/2)+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*cos(d*x+c)^5*
b^3+525*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-a-b)/(1+co
s(d*x+c))^2)^(1/2)+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*cos(d*x+c)^4*a^
3+525*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(
d*x+c))^2)^(1/2)+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*cos(d*x+c)^4*b^3+
525*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*
x+c))^2)^(1/2)+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*cos(d*x+c)^3*a^3+52
5*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+
c))^2)^(1/2)+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*cos(d*x+c)^3*b^3+45*c
os(d*x+c)^7*(-a)^(1/2)*a^5*b+60*cos(d*x+c)^7*(-a)^(1/2)*a^4*b^2+23*cos(d*x+c)^7*(-a)^(1/2)*a^3*b^3+315*(-(a*co
s(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1
/2)+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*cos(d*x+c)^2*a^3+315*(-(a*cos(
d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2
)+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*cos(d*x+c)^2*b^3+105*(-(a*cos(d*
x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)+
4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*cos(d*x+c)*a^3+105*(-(a*cos(d*x+c)
^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)+4*(-
a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*cos(d*x+c)*b^3-135*cos(d*x+c)^5*(-a)^(
1/2)*a^5*b-300*cos(d*x+c)^5*(-a)^(1/2)*a^4*b^2-223*cos(d*x+c)^5*(-a)^(1/2)*a^3*b^3-58*cos(d*x+c)^5*(-a)^(1/2)*
a^2*b^4+45*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-a-b)/(1
+cos(d*x+c))^2)^(1/2)+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*a^2*b+45*(-(
a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2
)^(1/2)+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*a*b^2+135*cos(d*x+c)^3*(-a
)^(1/2)*a^5*b+420*cos(d*x+c)^3*(-a)^(1/2)*a^4*b^2+485*cos(d*x+c)^3*(-a)^(1/2)*a^3*b^3+250*cos(d*x+c)^3*(-a)^(1
/2)*a^2*b^4+50*cos(d*x+c)^3*(-a)^(1/2)*a*b^5-45*cos(d*x+c)*(-a)^(1/2)*a^5*b-180*cos(d*x+c)*(-a)^(1/2)*a^4*b^2-
285*cos(d*x+c)*(-a)^(1/2)*a^3*b^3-225*cos(d*x+c)*(-a)^(1/2)*a^2*b^4-90*cos(d*x+c)*(-a)^(1/2)*a*b^5+1575*(-(a*c
os(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(
1/2)+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*cos(d*x+c)^4*a*b^2+1575*(-(a*
cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^
(1/2)+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*cos(d*x+c)^3*a^2*b+1575*(-(a
*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)
^(1/2)+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*cos(d*x+c)^3*a*b^2+945*(-(a
*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)
^(1/2)+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*cos(d*x+c)^2*a^2*b+945*(-(a
*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)
^(1/2)+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*cos(d*x+c)^2*a*b^2+315*(-(a
*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)
^(1/2)+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*cos(d*x+c)*a^2*b+315*(-(a*c
os(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(
1/2)+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*cos(d*x+c)*a*b^2+45*(-(a*cos(
d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2
)+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*cos(d*x+c)^7*a^2*b+45*(-(a*cos(d
*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)
+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*cos(d*x+c)^7*a*b^2+315*(-(a*cos(d
*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)
+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*cos(d*x+c)^6*a^2*b+315*(-(a*cos(d
*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)
+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*cos(d*x+c)^6*a*b^2+945*(-(a*cos(d
*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)
+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*cos(d*x+c)^5*a^2*b+945*(-(a*cos(d
*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)
+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*cos(d*x+c)^5*a*b^2+1575*(-(a*cos(
d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(7/2)*ln(4*(-a)^(1/2)*cos(d*x+c)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2
)+4*(-a)^(1/2)*(-(a*cos(d*x+c)^2-a-b)/(1+cos(d*x+c))^2)^(1/2)-4*a*cos(d*x+c))*cos(d*x+c)^4*a^2*b)*b^3/(-1+cos(
d*x+c))^7/((a*cos(d*x+c)^2-a-b)/(cos(d*x+c)^2-1))^(7/2)/(1+cos(d*x+c))^7/(((a+b)*a)^(1/2)+a)^3/(a+b)^3/(((a+b)
*a)^(1/2)-a)^3/(-a)^(1/2)

________________________________________________________________________________________

maxima [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b*csc(d*x+c)^2)^(7/2),x, algorithm="maxima")

[Out]

Timed out

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int \frac {1}{{\left (a+\frac {b}{{\sin \left (c+d\,x\right )}^2}\right )}^{7/2}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(a + b/sin(c + d*x)^2)^(7/2),x)

[Out]

int(1/(a + b/sin(c + d*x)^2)^(7/2), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{\left (a + b \csc ^{2}{\left (c + d x \right )}\right )^{\frac {7}{2}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b*csc(d*x+c)**2)**(7/2),x)

[Out]

Integral((a + b*csc(c + d*x)**2)**(-7/2), x)

________________________________________________________________________________________